.index-ban{
  position: relative;
}
.index-ban .banSwiper .swiper-slide {
  position: relative;
}
.index-ban .banSwiper .swiper-slide .index-banimg {
  width: 100%;
}
.index-ban .banSwiper .swiper-slide .index-banimg img {
  width: 100%;
  object-fit: cover;
}
.index-ban .banSwiper .swiper-slide .ban-wzbox {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index-ban .banSwiper .swiper-slide .ban-wzbox .banwz {
  width: 100%;
}
.index-ban .banSwiper .swiper-slide .ban-wzbox .banwz h3 {
  font-size: 30px;
  color: #ffffff;
  font-family: "Noto Sans SC";
}
.index-ban .banSwiper .swiper-slide .ban-wzbox .banwz h4 {
  font-size: 72px;
  color: #ffffff;
  font-family: "Noto Sans SC";
  font-weight: 550;
  line-height: 90px;
  text-shadow: 2px -1px 0 #1f57a1, 2px -1px 0 #1f57a1, -2px 1px 0 #1f57a1,
    1px 1px 0 #1f57a1;
}
.index-ban .banSwiper .swiper-slide .ban-wzbox ul {
  display: flex;
  justify-content: flex-start;
  margin-top: 4%;
}
.index-ban .banSwiper .swiper-slide .ban-wzbox ul li {
  width: 182px;
  height: 50px;
  border-radius: 25px;
  border: solid 1px #ffffff;
  text-align: center;
  margin-left: 17px;
}
.index-ban .banSwiper .swiper-slide .ban-wzbox ul li:nth-child(1) {
  margin-left: 0;
}
.index-ban .banSwiper .swiper-slide .ban-wzbox ul li a {
  width: 100%;
  height: 50px;
  line-height: 49px;
  font-size: 18px;
  color: #ffffff;
}
.index-ban .banSwiper .swiper-slide-active .ban-wzbox .banwz h3 {
  animation: fadeInDown 2.5s;
}
.index-ban .banSwiper .swiper-slide-active .ban-wzbox .banwz h4 {
  animation: fadeInDown 1.5s;
}
.index-ban .banSwiper .swiper-slide-active .ban-wzbox .banwz ul {
  animation: fadeInUp 2s;
}
.index-ban .swiper-pagination {
  bottom: 4%;
}
.index-ban .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  background: transparent;
  transition: all 0.5s;
}
.index-ban .swiper-pagination .swiper-pagination-bullet-active {
  width: 35px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 9px;
}
/* 产品展示 */
.i-pro {
  margin-top: 5%;
}
.gg-tit {
  width: 100%;
  text-align: center;
}
.gg-tit h3 {
  font-size: 40px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #0d64d7;
  font-weight: 550;
}
.gg-tit h4 {
  font-size: 18px;
  line-height: 32px;
  color: #666666;
  margin-top: 1%;
}
.proSwiper{
    padding: 1% 0;
    margin-top: 2%;
}
.proSwiper .swiper-slide {
  width: 100%;
  height: 358px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.proSwiper .swiper-slide a {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
}
.proSwiper .swiper-slide a .pro-img{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.proSwiper .swiper-slide a .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13,100,215, 0.8);
  transition: all 0.5s;
  z-index: 1;
  opacity: 0;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.proSwiper .swiper-slide a .mask p{
    font-size: 10px;
	line-height: 28px;
	color: #ffffff;
    font-weight: 550;
    transition: all .5s;
    transition-delay: 0.1s;
}
.proSwiper .swiper-slide:hover a .mask p{
    font-size: 30px;
}
.proSwiper .swiper-slide:hover a .mask {
  opacity: 1;
  transform: skewY(0);
}
.proSwiper .swiper-slide a .line1,
.proSwiper .swiper-slide a .line2 {
  position: absolute;
  left: 50%;
  width: 95%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
  transition: all 0.5s;
  transition-delay: 0.3s;
  transform: translateX(-50%);
}
.proSwiper .swiper-slide a .line1 {
  top: 0%;
}
.proSwiper .swiper-slide a .line2 {
  bottom: 0%;
}
.proSwiper .swiper-slide a .line3,
.proSwiper .swiper-slide a .line4 {
  position: absolute;
  top: 50%;
  width: 1px;
  height: 95%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
  transition: all 0.5s;
  transition-delay: 0.3s;
  transform: translateY(-50%);
}
.proSwiper .swiper-slide a .line3 {
  left: 0%;
}
.proSwiper .swiper-slide a .line4 {
  right: 0%;
}
.proSwiper .swiper-slide:hover a .line1 {
  top: 8.6154%;
  transition-delay: 0.1s;
}
.proSwiper .swiper-slide:hover a .line2 {
  bottom: 8.6154%;
  transition-delay: 0.1s;
}
.proSwiper .swiper-slide:hover a .line3 {
  left: 6.59091%;
  transition-delay: 0.5s;
}
.proSwiper .swiper-slide:hover a .line4 {
  right: 6.59091%;
  transition-delay: 0.5s;
}
.more{
    width: 173px;
	height: 55px;
	border-radius: 28px;
	border: solid 1px #1f57a1;
    margin: auto;
    margin-top: 4%;
    text-align: center;
    line-height: 55px;
    font-size: 16px;
	color: #1f57a1 !important;
    transition: all .5s;
}
.more:hover{
    transform: translateY(-5px);
    box-shadow: 1px 1px 10px #1f57a1;
}
/* 关于我们 */
.i-about{
    width: 100%;
    height: 777px;
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
}
.i-about .about-lt{
    width:50%;
    height: 100%;
}
.i-about .about-lt .about-lt-top{
    width: 100%;
    background-color: #0d64d7;
    padding: 9% 8% 10% 20%;
}
.i-about .about-lt .about-lt-top h3{
    font-size: 36px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 550;
    position: relative;
}
.i-about .about-lt .about-lt-top h3::before{
    content: "";
    width: 97px;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: -34px;
}
.i-about .about-lt .about-lt-top p{
    margin-top: 12%;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}
.i-about .about-lt .about-lt-top .more{
    margin: 0;
    margin-top: 11%;
    border: 1px solid #fff;
    color: #fff !important;
}
.i-about .about-lt .about-lt-top .more:hover{
    box-shadow: 1px 1px 10px #fff;
}
.i-about .about-lt .about-lt-bot{
    width: 100%;
    height: 236px;
}
.i-about .about-lt .about-lt-bot ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.i-about .about-lt .about-lt-bot ul li{
    width: 50%;
    height: 100%;
}
.i-about .about-lt .about-lt-bot ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.i-about .about-rt{
    width:50%;
    height: 100%;
}
.i-about .about-rt .about-rt-top{
  width: 100%;
  height: 50%;
}
.i-about .about-rt .about-rt-top img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i-about .about-rt .about-rt-bot{
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: space-between;
}
.i-about .about-rt .about-rt-bot .about-list{
  width: 50%;
}
.i-about .about-rt .about-rt-bot .about-list:nth-child(1){
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ebeced;
}
.i-about .about-rt .about-rt-bot .about-list:nth-child(1) ul li{
  font-size: 24px;
	line-height: 60px;
	letter-spacing: 1px;
	color: #0d64d7;
}
.i-about .about-rt .about-rt-bot .about-list:nth-child(2){
  width: 50%;
  height: 100%;
}
.i-about .about-rt .about-rt-bot .about-list:nth-child(2) img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 合作伙伴 */
.hz{
  width: 100%;
  height: 856px;
  background: url(../images/hzbj.png) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 5% 0;
  position: relative;
}
.hzSwiper {
  height: 350px;
  margin-top: 5%;
}
.hzSwiper .swiper-slide {
  height: calc((100% - 40px) / 2) !important;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 0px 13px 0px 
  rgba(0, 0, 0, 0.08);
  /*position: relative;*/
}
.hzSwiper .swiper-slide img {
  transition: all 0.5s;
  /*position: absolute;*/
  /*left: 50%;*/
  /*top: 50%;*/
  /*transform: translate(-50%,-50%);*/
}
.hzSwiper .swiper-slide:hover img {
  transform:scale(1.02);
}
.hz .swiper-pagination{
  bottom: 16%;
}
.hz .swiper-pagination .swiper-pagination-bullet{
  width: 17px;
	height: 17px;
	background-color: #1f57a1;
  margin-left: 36px;
  transition: all .5s;
}
.hz .swiper-pagination .swiper-pagination-bullet:nth-child(1){
  margin-left: 0;
}
/* 联系我们 */
.banner{
  width: 100%;
  position: relative;
}
.banner>img{
  width: 100%;
  object-fit: cover;
}
.banner .ban-dw{
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.banner .ban-dw h3{
  font-size: 70px;
	color: #ffffff;
  font-weight: 550;
  line-height: 85px;
}
.banner .ban-dw h4{
  font-size: 50px;
	color: #ffffff;
}
.zxly{
  margin-top: 5%;
  margin-bottom: 17%;
}
.dt{
  position: relative;
  margin-top: 3%;
}
.dt .form{
  width: 100%;
  /* height: 578px; */
  position: absolute;
  left: 0;
  top: 44%;
}
.dt .form form{
  height: 100%;
  background-color: #ffffff;
	box-shadow: 0px 0px 22px 2px 
		rgba(0, 15, 35, 0.2);
	border-radius: 24px;
  padding: 2%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dt .form form input{
  width: 49.5%;
  height: 60px;
	background-color: #f5f5f5;
	border-radius: 4px;
  margin-top: 1%;
  padding-left: 2%;
  font-size: 18px;
	color: #666666;
	opacity: 0.8;
}
.dt .form form input::placeholder{
  font-size: 18px;
	color: #666666;
	opacity: 0.8;
}
.dt .form form textarea{
  width: 100%;
  height: 200px;
  margin-top: 1%;
  background-color: #f5f5f5;
	border-radius: 4px;
  padding: 2%;
  color: #666666;
  font-size: 18px;
  opacity: 0.8;
}
.dt .form form textarea::placeholder{
  font-size: 18px;
	color: #666666;
	opacity: 0.8;
}
.dt .form form button{
  width: 690px;
	height: 60px;
	background-color: #0d64d7;
	border-radius: 4px;
  margin: auto;
  margin-top: 3%;
  font-size: 20px;
	color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: all .5s;
}
.dt .form form button:hover{
  box-shadow: 1px 1px 10px #0d64d7;
}
/* 人才招聘 */
.rczp-box{
  margin-bottom: 5%;
}
.rczp{
  margin-top: 3%;
}
.rczp>ul{
  width: 100%;
  height: 80px;
	background-color: #0d64d7;
	border-radius: 16px 16px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 4.60526315%;
}
.rczp ul li{
  width: 33.333%;
  display: flex;
  align-items: center;
}
.rczp ul li p{
  font-size: 22px;
	color: #ffffff;
  margin-left: 10px;
}
.rczp .zp-list{
  box-shadow: 0px 0px 13px 0px 
  rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-top: 1.9736842%;
}
.rczp .zp-list:nth-child(1){
  margin-top: 0;
}
.rczp .zp-list ul{
  width: 100%;
  height: 102px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 4.60526315%;
}
.rczp .zp-list ul li{
  width: 33.333%;
  cursor: pointer;
  font-size: 24px;
	line-height: 32px;
	letter-spacing: 1px;
	color: #02142d;
}
.rczp .zp-list ul .jt{
  width: 40px;
	height: 40px;
	background-color: #ffffff;
	box-shadow: 0px 0px 13px 0px 
		rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 4.6052631%;
  transform: translateY(-50%) rotate(0);
  cursor: pointer;
  font-size: 20px;
  color: #0d64d7;
  transition: all .5s;
  user-select:none;
}
.rczp .zp-list ul .jt:hover{
  background-color: #1369d9;
	box-shadow: 0px 0px 13px 0px 
		rgba(0, 0, 0, 0.09);
    color: #fff;
}
.rczp .zp-list .zp-js{
  width: 90.78947368%;
  margin: auto;
  border-top: 1px solid #ededed;
  padding-bottom: 4.14473%;
  display: none;
}
.rczp .zp-list .zp-js h4{
  font-size: 22px;
	color: #02142d;
  font-weight: 550;
  margin-bottom: 1%;
  margin-top: 1.5%;
}
.rczp .zp-list .zp-js p{
  font-size: 16px;
	line-height: 34px;
	color: #02142d;
	opacity: 0.8;
}
.rczp .zp-list .zp-js a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 170px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 25px;
	border: solid 1px #0d64d7;
  font-size: 16px;
	color: #0d64d7;
  font-weight: 550;
  padding:  0 2.5%;
  margin-top: 2.6315%;
  transition: all .5s;
}
.rczp .zp-list .zp-js a:hover{
  box-shadow: 1px 1px 10px #0d64d7;
}
.rczp .zp-list-active ul li{
  color: #0d64d7 !important;
}
.rczp .zp-list-active ul .jt{
  background-color: #1369d9;
	box-shadow: 0px 0px 13px 0px 
		rgba(0, 0, 0, 0.09);
  color: #fff;
  transform: translateY(-50%) rotate(90deg);
}
/* newsxq */
.about-dw{
  text-align: left !important;
}
.mbx-box{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 4%;
}
.mbx-box.fixed {  
  position: fixed;  
  top: 112px;  
  z-index: 10;
  background: #1369d9;
  bottom: auto;
  padding: 1% 0;
  animation: top-bottom1 0.5s ease-in-out; 
}
.mbx-box .mbx{
  display: flex;
  justify-content: space-between;
}
@keyframes top-bottom1 {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.mbx-box .mbx .mbx-lt{
  width: 56.447368%;
}
.mbx-box .mbx .mbx-lt ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.mbx-box .mbx .mbx-lt ul li a{
  font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	opacity: 0.8;
  position: relative;
}
.mbx-box .mbx .mbx-lt ul li a::before{
  content: "";
  width: 0;
	height: 2px;
	background-color: #ffffff;
	border-radius: 1px;
  position: absolute;
  left: 50%;
  bottom: -9px;
  transform: translateX(-50%);
  transition: all .5s;
}
.mbx-box .mbx .mbx-lt ul .mbx-act a::before{
  width: 14px;
}
.mbx-box .mbx .mbx-lt ul li a:hover::before{
  width: 14px;
}
.mbx-box .mbx .mbx-rt p{
  display: inline-block;
  font-size: 18px;
	line-height: 30px;
	color: #ffffff;
}
.mbx-box .mbx .mbx-rt p a{
  display: inline-block;
  font-size: 18px;
	line-height: 30px;
	color: #ffffff;
}
.news-xq{
  margin-top: 5%;
  margin-bottom: 3%;
}
.news-xq h3{
  font-size: 24px;
	letter-spacing: 1px;
	color: #02142d;
  font-weight: 550;
  text-align: center;
}
.news-xq ul{
  width: 35%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2%;
}
.news-xq ul li{
  font-size: 16px;
	line-height: 32px;
	color: #02142d;
	opacity: 0.6;
}
.news-xq p{
  font-size: 20px;
	line-height: 32px;
	color: #02142d;
	opacity: 0.8;
}
.news-xq .next{
  border-top: 2px solid #ededed; 
  margin-top: 5%;
  padding-top: 1%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.news-xq .next p{
  display: inline-block;
  font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #02142d;
}
.news-xq .next p a{
  display: inline-block;
  font-size: 20px;
	color: #595959;
  transition: all .5s;
}
.news-xq .next p a:hover{
	color: #0d64d7;
}
.cpzx{
  padding-top: 5%;
  padding-bottom: 5%;
  background: #F4F9FF;
}
.cp-box{
  position: relative;
  z-index: 1;
}
.cp-box .cp-nav ul{
  width: 17.7631%;
  margin: auto;
  margin-top: 3%;
}
.cp-box .cp-nav ul{
  display: flex;
  justify-content: space-between;
}
.cp-box .cp-nav ul li a{
  font-size: 22px;
	line-height: 32px;
	color: #666666;
  transition: all .5s;
}
.cp-box .cp-nav ul li:hover a{
  color: #0d64d7;
}
.cp-box .cp-nav ul .cp-active a{
  color: #0d64d7;
}
.cp-box .cp-list ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cp-box .cp-list ul li{
  width: 31.97368%;
  height: 410px;
	background-color: #ffffff;
	border-radius: 24px;
	border: solid 1px #cecece;
  margin-top: 4%;
}
.cp-box .cp-list ul li a{
  width: 100%;
  height: 100%;
  border-radius: 24px;
  position: relative;
  background: #fff;
}
.cp-box .cp-list ul li a .hover{
  width: 50%;
  height: 100%;
  background: #0d64d7;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  border-radius: 24px;
  transform: translateX(-50%);
  transition: all .5s;
  opacity: 0;
}
.cp-box .cp-list ul li:hover a .hover{
  width: 99%;
  bottom: -8px;
  opacity: 1;
}
.cp-box .cp-list ul li .cp{
  width: 100%;
  height: 100%;
}
.cp-box .cp-list ul li .cp .cp-img{
  width: 100%;
  height: 75.09756%;
  display: flex;
  justify-content: center;
  align-items: center;
	background-image: linear-gradient(135deg, 
		#ffffff 0%, 
		#f2f2f2 100%);
  border-radius: 24px 24px 0 0;
}
.cp-box .cp-list ul li .cp .cp-img img{
  transition: all .5s;
}
.cp-box .cp-list ul li:hover .cp .cp-img img{
  transform: scale(1.05);
}
.cp-box .cp-list ul li .cp .cp-p{
  height: calc(100% - 75.09756%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.cp-box .cp-list ul li .cp .cp-p p{
  font-size: 24px;
	line-height: 32px;
	letter-spacing: 1px;
	color: #02142d;
}
.cp-box .cp-list ul li:nth-last-child(1){
  opacity: 0;
  height: 0;
  margin: 0;
}
.yyly-box{
  width: 100%;
  background: #fff;
}
.yyly-box .yyly h3{
  font-size: 40px;
	letter-spacing: 1px;
	color: #0d64d7;
  margin-top: 5%;
  margin-bottom: 3%;
  font-weight: 550;
  position: relative;
}
.yyly-box .yyly h3::after{
  content: "";
  width: 98px;
	height: 3px;
	background-color: #0d64d7;
  position: absolute;
  left: 0;
  bottom: -26px;
}
.yyly-box .yyly-n{
  padding-bottom: 5%;
  background: url(../images/dq.png) no-repeat right bottom;
  background-size: auto;
}
.yyly-box .yyly-n ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yyly-box .yyly-n ul li{
  width: 48.0263157%;
  margin-top: 4%;
  height: 441px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
.yyly-box .yyly-n ul li:nth-child(2n){
  top: -136px;
}
.yyly-box .yyly-n ul li>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.yyly-box .yyly-n ul li:hover>img{
  transform: scale(1.05);
}
.yyly-box .yyly-n ul li .yyly-wz{
  position: absolute;
  left: 6.57534%;
  top: 10.1369%;
}
.yyly-box .yyly-n ul li .yyly-wz h4{
  font-size: 24px;
	line-height: 32px;
	letter-spacing: 1px;
	color: #ffffff;
  margin-bottom: 2%;
}
.yyly-box .yyly-n ul li .yyly-wz p{
  font-size: 20px;
	line-height: 32px;
	color: #ffffff;
	opacity: 0.8;
  width: 65%;
}
.cpzx h4{
  font-size: 34px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #02142d;
  font-weight: 550;
  margin-top: 5%;
}
.cpzx h4 span{
  font-size: 18px;
	line-height: 28px;
	color: #02142d;
  font-weight: normal;
  margin-left: 12px;
}
.cpzx h4 span em{
  color: #0d64d7;
}
.gsjs-box{
  width: 100%;
  height: 750px;
  background: url(../images/aboutbj.png) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.gsjs-box .gsjs{
  display: flex;
  align-items: center;
}
.gsjs-box .gsjs .gsjs-n{
  width: 50.657894%;
}
.gsjs-box .gsjs .gsjs-n h3{
  font-size: 40px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #02142d;
  font-weight: 550;
  margin-bottom: 85px;
  position: relative;
}
.gsjs-box .gsjs .gsjs-n h3::after{
  content: "";
  width: 97px;
	height: 3px;
	background-color: #02142d;
  position: absolute;
  left: 0;
  bottom: -35px;
}
.gsjs-box .gsjs .gsjs-n .wzjs{
  width: 90%;
  height: 256px;
  overflow-y: scroll;
  padding-right: 4.671%;
  cursor: pointer;
}
.gsjs-box .gsjs .gsjs-n .wzjs p{
  font-size: 16px;
	line-height: 30px;
	color: #01142c;
	opacity: 0.8;
}
.gsjs-box .gsjs .gsjs-n .wzjs::-webkit-scrollbar {
  width: 4px;
}
/* 滚动条轨道 */
.gsjs-box .gsjs .gsjs-n .wzjs::-webkit-scrollbar-track {
	background-color: #e5ecf6;
	border-radius: 1px;
}
/* 滚动条滑块 */
.gsjs-box .gsjs .gsjs-n .wzjs::-webkit-scrollbar-thumb {
	background-color: #1369d9;
	border-radius: 2px;
}
/* 滑块在滚动时（活动/加载）的样式 */
.gsjs-box .gsjs .gsjs-n .wzjs::-webkit-scrollbar-thumb:active {
  background: none;
}
.gsjs-box .gsjs .gsjs-n ul{
  display: flex;
  justify-content: space-between;
  margin-top: 9%;
}
.gsjs-box .gsjs .gsjs-n ul li h5{
  font-size: 54px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #1369d9;
  font-family: "DIN bold";
  display: inline-block;
}
.gsjs-box .gsjs .gsjs-n ul li span{
  font-size: 40px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #1369d9;
  font-family: "DIN bold";
}
.gsjs-box .gsjs .gsjs-n ul li p{
  font-size: 16px;
	line-height: 30px;
	color: #01142c;
	opacity: 0.8;
}
/* 发展过程 */
.fz-box{
  padding: 5% 0;
  position: relative;
}
.fz{
  margin-top: 3%;
  overflow-x: hidden;
  padding-top: 5%;
}
.fz .mySwiper2{
  position: relative;
  overflow: visible;
}
.fz .mySwiper2 .swiper-slide h3{
  font-size: 16px;
	line-height: 32px;
	color: #02142d;
	opacity: 0.8;
  text-align: center;
  transition: all .5s;
  position: relative;
}
.fz .mySwiper2 .swiper-slide h3::before{
  content: "";
  width: 5px;
	height: 5px;
	background-color: #1369d9;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -88%;
  transform: translateX(-50%);
  transition: all .5s;
}
.fz .mySwiper2 .swiper-slide h3::after{
  content: "";
  width: 1px;
	height: 0;
	background-color: rgba(19,105,217, 0.8);
  position: absolute;
  left: 50%;
  bottom: -88%;
  transform: translateX(-50%);
  transition: all .5s;
}
.fz .mySwiper2::after{
  content: "";
  width: 100%;
  height: 1px;
	background-color: #1369d9;
  position: absolute;
  left: 0;
  top: 22%;
}
.fz .mySwiper2 .swiper-slide h4{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 50px;
	line-height: 32px;
	letter-spacing: 6px;
	color: rgba(19,105,217, 0.04);
  opacity: 0;
  transition: all .5s;
  font-family: "DIN bold";
  z-index: -1;
}
.fz .mySwiper2 .swiper-slide ul{
  margin-top: 101px;
  opacity: 0;
}
.fz .mySwiper2 .swiper-slide ul li{
  font-size: 16px;
	line-height: 21px;
	color: #02142d;
	opacity: 0.9;
  white-space: nowrap;
}
.fz .mySwiper2 .swiper-slide-active h3{
  font-size: 22px;
	color: #1369d9;
  font-weight: 550;
  transform: translateY(-100px);
}
.fz .mySwiper2 .swiper-slide-active h3::before{
  content: "";
	width: 11px;
	height: 11px;
	background-color: #1369d9;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 104px);
}
.fz .mySwiper2 .swiper-slide-active h3::after{
  height: 107px;
  bottom: -354%;
}
.fz .mySwiper2 .swiper-slide-active h4{
  opacity: 1;
  font-size: 282px;
}
.fz .mySwiper2 .swiper-slide-active ul{
  animation: fadeInUp 1s;
}
.fz .mySwiper2 .swiper-slide-active ul{
  opacity: 1;
}
.fz .mySwiper{
  margin-top: 5%;
}
.fz .mySwiper .swiper-slide p{
  font-size: 16px;
	line-height: 32px;
	color: #02142d;
	opacity: 0.6;
  text-align: center;
  cursor: pointer;
  transition: all .5s;
  position: relative;
}
.fz .mySwiper .swiper-slide{
  padding-bottom: 1%;
}
.fz .mySwiper .swiper-slide p::after{
  content: "";
  width: 0;
	height: 3px;
	background-color: #1369d9;
	border-radius: 2px;
  position: absolute;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
  transition: all .5s;
}
.fz .mySwiper .swiper-slide p:hover{
  font-size: 20px;
	line-height: 32px;
	color: #1369d9;
  opacity: 1;
}
.fz .mySwiper .swiper-slide p:hover::after{
  width: 38px;
}
.fz .mySwiper .swiper-slide-thumb-active p{
  font-size: 20px;
	line-height: 32px;
	color: #1369d9;
  opacity: 1;
}
.fz .mySwiper .swiper-slide-thumb-active p::after{
  width: 38px;
}
.fz-box .swiper-button-prev{
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	box-shadow: 0px 0px 13px 0px 
		rgba(0, 0, 0, 0.09);
    border-radius: 50%;
    transition: all .5s;
  position: absolute;
  left: 9%;
  top: 85%;
}
.fz-box .swiper-button-prev::after{
  font-size: 17px;
  color: #1369d9;
  font-weight: 600;
  transition: all .5s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.fz-box .swiper-button-prev:hover{
  background: #1369d9;
}
.fz-box .swiper-button-prev:hover::after{
  color: #fff;
}

.fz-box .swiper-button-next{
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	box-shadow: 0px 0px 13px 0px 
		rgba(0, 0, 0, 0.09);
    border-radius: 50%;
    transition: all .5s;
  position: absolute;
  right: 9%;
  top: 85%;
}
.fz-box .swiper-button-next::after{
  font-size: 17px;
  color: #1369d9;
  font-weight: 600;
  transition: all .5s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.fz-box .swiper-button-next:hover{
  background: #1369d9;
}
.fz-box .swiper-button-next:hover::after{
  color: #fff;
}
.qywh-box{
  width: 100%;
  background: url(../images/qywhbj.png) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 6.7% 0;
}
.qywh-box h3{
  font-size: 40px;
	letter-spacing: 1px;
	color: #ffffff;
  font-weight: 550;
}
.qywh-box h4{
  font-size: 18px;
	color: #ffffff;
}
.qywh-box .qywh-n{
  margin-top: 4.184%;
}
.qywh-box .qywh-n ul{
  display: flex;
  justify-content: space-between;
}
.qywh-box .qywh-n ul li{
  width: 18.75%;
  height: 410px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  cursor: pointer;
  position: relative;
  transition: all .5s;
}
.qywh-box .qywh-n ul li .hidden{
  opacity: 0;
}
.qywh-box .qywh-n ul li .show{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
  text-align: center;
}
.qywh-box .qywh-n ul li .show .show-img{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.qywh-box .qywh-n ul li .show img{
  transition: all .5s;
}
.qywh-box .qywh-n ul li .show h5{
  font-size: 24px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #02142d;
	opacity: 0.8;
  text-align: center;
  margin-top: 12%;
  transition: all .5s;
}
.qywh-box .qywh-n ul .on{
  width: 39.47368421052%;
  background: rgba(19,105,217, 0.6);
}
.qywh-box .qywh-n ul .on .hidden{
  opacity: 1;
}
.qywh-box .qywh-n ul .on .show{
  opacity: 0;
  visibility: hidden;
}
.qywh-box .qywh-n ul .on{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 3%;
}
.qywh-box .qywh-n ul .on h5{
  font-size: 24px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #ffffff;
  margin-top: 50px;
}
.qywh-box .qywh-n ul .on .show img{
  width: 0;
  height: 0;
}
.qywh-box .qywh-n ul .on p{
  font-size: 18px;
	line-height: 30px;
	color: #ffffff;
  margin-top: 33px;
}
.qywh-box .qywh-n ul .on .show h5{
  font-size: 0;
  display: none;
}
.jsll-box{
  padding: 5% 0;
}
.jsSwiper{
  margin-top: 4%;
  position: relative;
}
.jsSwiper .swiper-slide{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jsSwiper .swiper-slide .js-lt{
  width: 35%;
}
.jsSwiper .swiper-slide .js-lt h3{
  font-size: 26px;
	line-height: 32px;
	letter-spacing: 1px;
	color: #1369d9;
  font-weight: 550;
  margin-top: 14%;
}
.jsSwiper .swiper-slide .js-lt h4{
  font-size: 20px;
	line-height: 32px;
	color: #02142d;
  margin-top: 7%;
  font-weight: 550;
}
.jsSwiper .swiper-slide .js-lt ul li{
  font-size: 16px;
	line-height: 32px;
	color: #02142d;
	opacity: 0.8;
  position: relative;
  padding-left: 3%;
}
.jsSwiper .swiper-slide .js-lt ul li::before{
  content: "";
  width: 6px;
	height: 6px;
	background-color: #1369d9;
  transform: rotate(45deg);
  position: absolute;
  left: 2px;
  top: 14px;
}
.jsSwiper .swiper-slide .js-rt{
  width: 63.1578947%;
  height: 520px;
}
.jsSwiper .swiper-slide .js-rt img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jsSwiper .swiper-button-prev{
  width: 60px;
	height: 40px;
	background-color: #1369d9;
	border-radius: 4px 0 0 4px;
  position: absolute;
  left: 0;
  top: 83%;
}
.jsSwiper .swiper-button-prev::after{
  background: none;
  content: "";
}
.jsSwiper .swiper-button-next{
  width: 60px;
	height: 40px;
	background-color: #1369d9;
	border-radius: 0 4px 4px 0;
  position: absolute;
  right: 92.2%;
  top: 83%;
}
.jsSwiper .swiper-button-next::after{
  background: none;
  content: "";
}
.swiper-cube .swiper-cube-shadow:before{
  background: #fff !important;
}
.zz-box{
  padding: 4% 0;
  background-color: #e7effa;
  position: relative;
}
.zz-box .swiper-button-next{
  width: 40px;
	height: 40px;
	background-color: #ffffff;
	box-shadow: 0px 0px 13px 0px 
		rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  position: absolute;
  top: 22%;
  right: 10%;
  transition: all .5s;
}
.zz-box .swiper-button-next::after{
  font-size: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: #1369d9;
  font-weight: 850;
}
.zz-box .swiper-button-next:hover{
	background-color: #1369d9;
	box-shadow: 0px 0px 13px 0px 
		rgba(0, 0, 0, 0.09);
}
.zz-box .swiper-button-next:hover::after{
  color: #fff;
}

.zz-box .swiper-button-prev{
  width: 40px;
	height: 40px;
	background-color: #ffffff;
	box-shadow: 0px 0px 13px 0px 
		rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  position: absolute;
  top: 22%;
  left: 85%;
  transition: all .5s;
}
.zz-box .swiper-button-prev::after{
  font-size: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: #1369d9;
  font-weight: 850;
}
.zz-box .swiper-button-prev:hover{
	background-color: #1369d9;
	box-shadow: 0px 0px 13px 0px 
		rgba(0, 0, 0, 0.09);
}
.zz-box .swiper-button-prev:hover::after{
  color: #fff;
}
.zz-box .zz h3{
  font-size: 40px;
	letter-spacing: 1px;
	color: #02142d;
  font-weight: 550;
}
.zz-box .zz h4{
  font-size: 18px;
	line-height: 32px;
	color: #02142d;
	opacity: 0.8;
}
.compensate-for-scrollbar {
  margin-right: 0  !important;
}
.rySwiper{
  margin-top: 3%;
}
.rySwiper .swiper-slide{
  border: none;
  overflow: hidden;
}
.rySwiper .swiper-slide a{
  width: 100%;
  height: 420px;
	background-color: #ffffff;
	border-radius: 16px;
  border: none;
  padding: 13% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.rySwiper .swiper-slide a .zs-img img{
  transition: all .5s;
}
.rySwiper .swiper-slide a p{
  text-align: center;
  font-size: 20px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #02142d;
  transition: all .5s;
}
.rySwiper .swiper-slide:hover a p{
  color: #0d64d7;
}
.rySwiper .swiper-slide:hover a .zs-img img{
  transform: scale(1.05);
}
.sbzx-box{
  background: url(../images/sbbj.png) no-repeat center center;
  background-size: cover;
  padding: 5% 0;
}
.sbzx-box .sbSwiper{
  margin-top: 3%;
  position: relative;
}
.sbzx-box .sbSwiper>h5{
	font-size: 198px;
	letter-spacing: 8px;
	color: #0d64d7;
	opacity: 0.04;
  font-weight: 550;
  font-family: "微软雅黑";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
.sbzx-box .sbSwiper .swiper-button-prev{
  width: 60px;
	height: 40px;
	background-color: #1369d9;
	border-radius: 4px 0 0 4px;
  position: absolute;
  left: 0;
  top: 83%;
}
.sbzx-box .sbSwiper .swiper-button-prev::after{
  background: none;
  content: "";
}
.sbzx-box .sbSwiper .swiper-button-next{
  width: 60px;
	height: 40px;
	background-color: #1369d9;
	border-radius: 0 4px 4px 0;
  position: absolute;
  right: 92.2%;
  top: 83%;
}
.sbzx-box .sbSwiper .swiper-button-next::after{
  background: none;
  content: "";
}
.sbzx-box .sbSwiper .swiper-slide{
  display: flex;
  justify-content: space-between;
}
.sbzx-box .sbSwiper .swiper-slide .sb-lt{
  width: 21.25%;
}
.sbzx-box .sbSwiper .swiper-slide .sb-lt h3{
  font-size: 26px;
	line-height: 32px;
	letter-spacing: 1px;
	color: #02142d;
  font-weight: 550;
  position: relative;
  margin-top: 4%;
}
.sbzx-box .sbSwiper .swiper-slide .sb-lt h4{
      font-size: 18px;
	line-height: 32px;
	letter-spacing: 1px;
	color: #02142d;
  font-weight: 550;
  position: relative;
  margin-top: 9%;
}
.sbzx-box .sbSwiper .swiper-slide .sb-lt h3::after{
  content: "";
  width: 39px;
	height: 2px;
	background-color: #02142d;
  position: absolute;
  left: 0;
  bottom: -16px;
}
.sbzx-box .sbSwiper .swiper-slide .sb-lt p{
  font-size: 18px;
	line-height: 32px;
	color: #02142d;
	opacity: 0.8;
  margin-top: 7%;
}
.sbzx-box .sbSwiper .swiper-slide .sb-img{
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sbzx-box .sbSwiper .swiper-slide .sb-rt{
      width: 21.25%;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sbzx-box .sbSwiper .swiper-slide .sb-rt .ab-ico{
  /*margin-right: 5px;*/
  /*margin-right: 17px;*/
  margin-top: 87px;
}
.sbzx-box .sbSwiper .swiper-slide .sb-rt h5{
  font-size: 16px;
	line-height: 32px;
	color: #02142d;
	opacity: 0.6;
  position: relative;
}
.sbzx-box .sbSwiper .swiper-slide .sb-rt h5::after{
  content: "";
  width: 1px;
  height: 160px;
  background-color: #02142d;
  opacity: 0.4;
  position: absolute;
  right: 50%;
  bottom: -198px;
  transform: translateX(-50%);
}
.news{
  padding: 5% 0;
}
.newsSwiper{
  margin-top: 3%;
}
.newsSwiper .swiper-slide{
  border-radius: 16px;
  border: solid 1px #dedede;
}
.newsSwiper .swiper-slide a{
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.newsSwiper .swiper-slide a .news-img{
  width: 100%;
  height: 339px;
  overflow: hidden;
  position: relative;
}
.newsSwiper .swiper-slide a .news-img::after{
  content: "";
  width: 0%;
	height: 6px;
	background-color: #1369d9;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .5s;
}
.newsSwiper .swiper-slide:hover a .news-img::after{
  width: 100%;
}
.newsSwiper .swiper-slide a .news-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.newsSwiper .swiper-slide:hover a .news-img img{
  transform: scale(1.05);
}
.newsSwiper .swiper-slide a .xw-js{
  padding: 38px 40px;
}
.newsSwiper .swiper-slide a .xw-js h3{
	font-size: 20px;
	line-height: 32px;
	color: #02142d;
	opacity: 0.9;
  font-weight: 550;
  transition: all .5s;
}
.newsSwiper .swiper-slide:hover a .xw-js h3{
  color: #0d64d7;
  white-space: nowrap;
}
.newsSwiper .swiper-slide a .xw-more{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3% 41px;
  border-top: 1px solid #dedede;
}
.newsSwiper .swiper-slide a .xw-more span{
  font-size: 16px;
	line-height: 32px;
	color: #02142d;
	opacity: 0.6;
  transition: all .5s;
}
.newsSwiper .swiper-slide:hover a .xw-more span{
  color: #0d64d7;
}
.newsSwiper .swiper-slide a .xw-more img{
  transition: all .5s;
}
.newsSwiper .swiper-slide:hover a .xw-more img{
  transform: translateX(10px)
}
.d{
  position: relative;
  top: -120px;
}
.d1{
  position: relative;
  top: -110px;
}
.box {
  width: 100%;
  text-align: center;
  margin-top: 3.636%;
  /*margin-bottom: 3%;*/
}
.pagination {
  display: flex !important;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination > li a {
  display: block;
  padding: 0px 9px;
  line-height: 26px;
  border: 1px solid #e5eeff;
  background-color: #fff;
  margin: 3px 5px;
  color: #666;
  border-radius: 4px;
  transition: all 0.5s;
}
.pagination .active a {
  color: #fff;
  background-color: #0d64d7;
  border: 1px solid #e5eeff;
}
.pagination .active a:hover {
  color: #fff;
}
.pagination li a:hover {
  color: #0d64d7;
}